PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFRectilinearMeasure Class / setY Method
A number format collection for measurement of change along the y.
In This Topic
    setY Method
    In This Topic
    Sets the number formats for Y axis.
    The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along the Y axis.
    Syntax
    public void setY( 
       PDFNumberFormatCollection value
    )

    Parameters

    value
    A number format collection for measurement of change along the y.
    See Also